reShape - Craigslist
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…
什麼是reShape - Craigslist?
reShape - Craigslist是由saoron開發的Chrome擴展程式,該擴展的主要功能是“It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…”。
擴展截圖
下載reShape - Craigslist擴展crx文件
下載reShape - Craigslist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's time to change Craigslist!
We love this site but come on guys we are not in 1998 ;-)
This extension will give craigslist.org a new look.
Please send your feedback to [email protected] 擴展基本資訊
| 名稱 | |
| ID | cgfgpklfbmmflakiadcefbjmokalnghm |
| 官方網址 | https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm |
| 簡介 | It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org… |
| 檔案大小 | 1.1 MB |
| 安裝次數 | 117 |
| 目前版本 | 0.1.8 |
| 更新時間 | 2015-11-25 |
| 上架時間 | 2015-11-25 |
| 評分 | 3.44/5 共 9 次評分 |
| 開發者 | saoron |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "reShape - Craigslist",
"version": "0.1.8",
"manifest_version": 2,
"icons": {
"128": "images\/icon.png"
},
"page_action": {
"default_icon": "images\/icon.png",
"default_title": "Make the web less noisy",
"default_popup": "html\/popup.html"
},
"permissions": [
"declarativeContent"
],
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.craigslist.org\/*",
"*:\/\/*.craigslist.co.kr\/*",
"*:\/\/*.craigslist.co.uk\/*",
"*:\/\/*.craigslist.es\/*",
"*:\/\/*.craigslist.com.au\/*",
"*:\/\/*.craigslist.com.ca\/*",
"*:\/\/*.craigslist.ca\/*"
],
"js": [
"js\/libs\/jquery.js",
"js\/libs\/bootstrap.min.js",
"js\/libs\/bootstrap-select.js",
"js\/content.js"
],
"css": [
"css\/font-awesome.css",
"css\/bootstrap.min.css",
"css\/bootstrap-select.min.css",
"css\/awesome-bootstrap-checkbox.css",
"css\/common.css"
]
}
],
"options_page": "html\/options.html",
"devtools_page": "html\/devtools.html",
"web_accessible_resources": [
"js\/*",
"html\/*",
"css\/*",
"images\/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |