Skip to main content

Ian Wu 's Library tagged chrome   View Popular, Search in Google

  function i18nReplace(id, name) {
    return $(id).innerText = chrome.i18n.getMessage(name);
  }

 chrome extension 提供的 i18n function 不能直接用在 html 理,所以  popup.html, options.html 要作到 i18n 就要使用這種方式去處理。

chrome chrome-extension google javascript

  •   function i18nReplace(id, name) {
        return $(id).innerText = chrome.i18n.getMessage(name);
      }
1 - 13 of 13
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo
Move to top