提供元: NICT_DEV
Inspect and view changes in TexTra source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "TexTra",
"version": "1.35.0",
"default_locale": "ja",
"description": "「みんなの自動翻訳」を利用して、Webコンテンツ上の、翻訳、辞書引きを行います。",
"permissions": [
"contextMenus",
"storage",
"activeTab",
"clipboardRead",
"clipboardWrite",
"notifications",
"webRequest",
"webNavigation",
"<all_urls>"
],
"icons": {
"48": "resources/TexTra_white048.png",
"96": "resources/TexTra_white096.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/constants.js",
"js/jquery.js",
"js/utils.js",
"js/api/oauth.js",
"js/api/sha1.js",
"js/api/aes.js",
"js/api/api.js",
"js/popup.js",
"js/content_script.js"
]
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true,
"js": [
"/Translate Web Pages/lib/polyfill.js",
"/Translate Web Pages/lib/checkedLastError.js",
"/Translate Web Pages/lib/languages.js",
"/Translate Web Pages/lib/config.js",
"/Translate Web Pages/lib/platformInfo.js"
]
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"all_frames": true,
"match_about_blank": true,
"js": [
"/Translate Web Pages/lib/i18n.js",
"/Translate Web Pages/contentScript/showOriginal.js",
"/Translate Web Pages/contentScript/pageTranslator.js",
"/Translate Web Pages/contentScript/translateSelected.js",
"/Translate Web Pages/contentScript/showTranslated.js"
]
}
],
"background": {
"scripts": [
"js/jquery.js",
"js/utils.js",
"js/api/oauth.js",
"js/api/sha1.js",
"js/api/aes.js",
"js/api/api.js",
"js/constants.js",
"js/background.js",
"/Translate Web Pages/lib/polyfill.js",
"/Translate Web Pages/lib/checkedLastError.js",
"/Translate Web Pages/lib/stuff.js",
"/Translate Web Pages/lib/languages.js",
"/Translate Web Pages/lib/config.js",
"/Translate Web Pages/lib/platformInfo.js",
"/Translate Web Pages/lib/i18n.js",
"/Translate Web Pages/background/translationCache.js",
"/Translate Web Pages/background/translationService.js",
"/Translate Web Pages/background/textToSpeech.js",
"/Translate Web Pages/background/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "resources/TexTra_white019.png",
"38": "resources/TexTra_white038.png",
"48": "resources/TexTra_white048.png",
"96": "resources/TexTra_white096.png"
},
"default_title": "TexTra",
"default_popup": "popup/Home.html"
},
"web_accessible_resources": [
"icons/please_wait.gif"
],
"browser_specific_settings": {
"gecko": {
"id": "TexTra002@nict.jp"
}
}
} ベストのTexTra代替案
TexTraに類似したFirefox add-onをいくつか紹介します: