Reddit SpaceX Acronym Expander
This extension expands acronyms on the SpaceX Reddit page for easier reading
什麼是Reddit SpaceX Acronym Expander?
Reddit SpaceX Acronym Expander是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension expands acronyms on the SpaceX Reddit page for easier reading”。
擴展截圖
下載Reddit SpaceX Acronym Expander擴展crx文件
下載Reddit SpaceX Acronym Expander擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension expands acronyms on the SpaceX subreddit - http://reddit.com/r/spacex. Acronyms taken from http://www.decronym.xyz/
擴展基本資訊
名稱 | Reddit SpaceX Acronym Expander |
ID | ifdpkdjglcngbfhpmckkffhbabeanapd |
官方網址 | https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd |
簡介 | This extension expands acronyms on the SpaceX Reddit page for easier reading |
檔案大小 | 50.84 KB |
安裝次數 | 52 |
目前版本 | 1.1 |
更新時間 | 2016-02-02 |
上架時間 | 2016-01-30 |
評分 | 3.83/5 共 6 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit SpaceX Acronym Expander", "description": "This extension expands acronyms on the SpaceX Reddit page for easier reading", "version": "1.1", "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/spacex\/comments\/*" ], "js": [ "jquery-2.2.0.min.js", "expander.js" ] } ], "web_accessible_resources": [ "spacex.json" ] } |