WIMK

WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !

什麼是WIMK?

WIMK是由Present Profit Solutions - 2PS開發的Chrome擴展程式,該擴展的主要功能是“WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載WIMK擴展crx文件

下載WIMK擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension automatically copies into your clipboard the ID of any document, file or folder stored in your Google Drive.
It allows you to generate an export link to download document or file in the chosen format.
If you want to share a Google Drive item that has public visibility, you can also generate a generic public link (without reference to your Google Apps domain).

 -- Powered by 2PS (Present Profit Solutions) www.2ps.com --                    

擴展基本資訊

名稱 WIMK WIMK
ID pmfajdpgboocgfkakomcnpbokmjgoplm
官方網址 https://chromewebstore.google.com/detail/wimk/pmfajdpgboocgfkakomcnpbokmjgoplm
簡介 WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !
檔案大小 64.19 KB
安裝次數 71
目前版本 2.0.1
更新時間 2015-04-20
上架時間 2015-04-20
評分 5.00/5 共 1 次評分
開發者 Present Profit Solutions - 2PS
付費類型 free
擴展官網 http://2ps.com
說明頁面URL https://groups.google.com/forum/#!categories/2ps-apps-support/wimk
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIMK",
    "description": "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !",
    "version": "2.0.1",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'",
    "web_accessible_resources": [
        "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.9.1\/jquery.min.js",
        "https:\/\/ajax.googleapis.com\/ajax\/libs\/jqueryui\/1.10.1\/jquery-ui.min.js",
        "https:\/\/code.jquery.com\/ui\/1.10.1\/themes\/base\/jquery-ui.css"
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/extLogo.png",
        "default_title": "WIMK"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "background",
        "https:\/\/ajax.googleapis.com\/",
        "activeTab",
        "*:\/\/drive.google.com\/*",
        "*:\/\/docs.google.com\/*",
        "*:\/\/script.google.com\/*"
    ],
    "default_locale": "en",
    "icons": {
        "128": "icons\/extLogo.png",
        "16": "icons\/extLogo.png",
        "32": "icons\/extLogo.png",
        "48": "icons\/extLogo.png"
    }
}