Dewey launcher

Extension to add a launch icon for Dewey

Dewey launcherคืออะไร?

Dewey launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lmcjt และคุณลักษณะหลักของมันคือ "Extension to add a launch icon for Dewey"

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

screenshot

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

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

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

                        This extension simply adds a launch icon for the Dewey Bookmark App, allowing you to access the app quickly.

For more information about the app go to: http://deweyapp.io/

There are a couple of things to note:
1. You need to have installed the Dewey App prior to this extension.
2. This extension is not, in any way, affiliated with Dewey App.                    

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

ชื่อ Dewey launcher Dewey launcher
ID fnfpnjjgpfifiilkencadlekjebpmbph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph
คำอธิบาย Extension to add a launch icon for Dewey
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 864
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-02-25
วันที่เผยแพร่ 2014-02-24
คะแนน 3.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา lmcjt
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "Dewey launcher",
    "description": "Extension to add a launch icon for Dewey",
    "background": {
        "scripts": [
            "launcher.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "management"
    ]
}