Stay Productive

Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !

Stay Productiveคืออะไร?

Stay Productive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Antoine C. และคุณลักษณะหลักของมันคือ "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stay Productive

ดาวน์โหลดไฟล์ส่วนขยาย Stay Productive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This add-on injects CSS and Javascript to remove feed and notifications in Facebook, Twitter or Linkedin. You can choose to active or not this behavior directly on the page (next to the URL).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
คำอธิบาย Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
ขนาดไฟล์ 26.9 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2018-01-02
วันที่เผยแพร่ 2018-01-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Antoine C.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/antitoine/stay-productive
URL หน้าช่วยเหลือ https://github.com/antitoine/stay-productive/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !",
    "manifest_version": 2,
    "name": "Stay Productive",
    "version": "0.5",
    "homepage_url": "https:\/\/github.com\/antitoine\/stay-productive",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "browser_style": true
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "icons": {
        "48": "icon.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}