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 | 
| 公式URL | 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'"
}  |  |