591租屋網筆記

快速加入物件優缺點,提升找租屋效率。

What is 591租屋網筆記?

591租屋網筆記 is a Chrome extension developed by Unknown, and its main feature is "快速加入物件優缺點,提升找租屋效率。".

Extension Screenshots

screenshot

Download 591租屋網筆記 Extension CRX File

Download 591租屋網筆記 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        搜尋列表上總是瀏覽到相同物件嗎?忘記當初為何刪除物件嗎? 
快速加入筆記,提升找租屋效率。

使用方式:
點選確定或按enter即可加入筆記。
點選叉叉刪除筆記。                    

Extension Basic Information

Name 591租屋網筆記 591租屋網筆記
ID defdhigkgpkalcbgilkadfgnabcjajlk
Official URL https://chromewebstore.google.com/detail/591%E7%A7%9F%E5%B1%8B%E7%B6%B2%E7%AD%86%E8%A8%98/defdhigkgpkalcbgilkadfgnabcjajlk
Description 快速加入物件優缺點,提升找租屋效率。
File Size 32.23 KB
Installation Count 36
Current Version 1.0
Last Updated 2019-01-11
Publish Date 2019-01-10
Developer Unknown
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "591\u79df\u5c4b\u7db2\u7b46\u8a18",
    "version": "1.0",
    "description": "\u5feb\u901f\u52a0\u5165\u7269\u4ef6\u512a\u7f3a\u9ede\uff0c\u63d0\u5347\u627e\u79df\u5c4b\u6548\u7387\u3002",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rent.591.com.tw\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "css": [
                "content_scripts.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/591_rent_notes16.png",
        "32": "images\/591_rent_notes32.png",
        "48": "images\/591_rent_notes48.png",
        "128": "images\/591_rent_notes128.png"
    },
    "manifest_version": 2
}