104 PTT 工作評論

pudding design

What is 104 PTT 工作評論?

104 PTT 工作評論 is a Chrome extension developed by surprised128, and its main feature is "pudding design".

Extension Screenshots

screenshot
screenshot

Download 104 PTT 工作評論 Extension CRX File

Download 104 PTT 工作評論 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

                        該插件目的在於提升尋找職缺時,尋找相關評論的速度。

目前插件僅針對在 104 網站上進行 PTT 評論搜尋,提供最新的20筆資料

進入到 104 網站上的公司介紹頁面,即可啟用。
除了會自動抓取公司名稱進行搜尋外,也可以自行進行關鍵字查詢。

未來有機會,會再對 UI 與 相關功能進行美化與新增。

------------------------------------------------------------------------------------
v 1.1.0
引入 bootstrap 進行美化,與修復部分問題

v 1.1.1
新增 PTT 頁數查詢 (先前只能查詢最先二十筆資料)

v 1.1.2
1. 更新頁數選擇,使其更方便操作
2. 調整部分頁面設計
3. 調整滑鼠左鍵點擊時,無法觸發 url 之異常                    

Extension Basic Information

Name 104 PTT 工作評論 104 PTT 工作評論
ID loimpllkdmmfbgaebbhpgnmdgndflnnb
Official URL https://chromewebstore.google.com/detail/104-ptt-%E5%B7%A5%E4%BD%9C%E8%A9%95%E8%AB%96/loimpllkdmmfbgaebbhpgnmdgndflnnb
Description pudding design
File Size 2.9 MB
Installation Count 26
Current Version 1.1.2
Last Updated 2021-01-10
Publish Date 2020-07-02
Developer surprised128
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "104 PTT \u5de5\u4f5c\u8a55\u8ad6",
    "description": "pudding design",
    "version": "1.1.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.104.com.tw\/company\/*"
            ],
            "css": [
                "job.css"
            ],
            "js": [
                "job.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "App icon.png"
    }
}