Search Later

Save Keywords to search them later!

Search Laterคืออะไร?

Search Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skmail และคุณลักษณะหลักของมันคือ "Save Keywords to search them later!"

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

screenshot

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

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

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

                        An app lets you save interesting keywords to google them later.                    

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

ชื่อ Search Later Search Later
ID pmlokaikmdggccdncpbbfhnbdpblkoal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-later/pmlokaikmdggccdncpbbfhnbdpblkoal
คำอธิบาย Save Keywords to search them later!
ขนาดไฟล์ 59.57 KB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-04-18
วันที่เผยแพร่ 2018-04-18
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา skmail
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/SolaimanKmail
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Later",
    "version": "1.1",
    "description": "Save Keywords to search them later!",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}