E-X-T-E-N-S-I-O-N
Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!
什麼是E-X-T-E-N-S-I-O-N?
E-X-T-E-N-S-I-O-N是由sgentle開發的Chrome擴展程式,該擴展的主要功能是“Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!”。
擴展截圖
下載E-X-T-E-N-S-I-O-N擴展crx文件
下載E-X-T-E-N-S-I-O-N擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | lobdenhpockjiiihkkhnaglehbcnjemj |
| 官方網址 | https://chromewebstore.google.com/detail/e-x-t-e-n-s-i-o-n/lobdenhpockjiiihkkhnaglehbcnjemj |
| 簡介 | Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap! |
| 檔案大小 | 78.99 KB |
| 安裝次數 | 80 |
| 目前版本 | 0.3 |
| 更新時間 | 2015-05-14 |
| 上架時間 | 2015-05-13 |
| 開發者 | sgentle |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "E-X-T-E-N-S-I-O-N",
"manifest_version": 2,
"version": "0.3",
"description": "Adds a special button whenever \"inception\" is mentioned on a page. Bwaaaaaaap!",
"web_accessible_resources": [
"bwaaap.png",
"bwaaap.mp3"
],
"page_action": {
"default_icon": "icon16.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"bwaaap.js"
],
"all_frames": true
}
]
} | |