Share Link Converter

Provide you with different mode of Gsuite Documents

Share Link Converterとは何ですか?

Share Link Converterはhttp://ejlalkh.comによって開発されたChromeの拡張機能で、その主な機能は「Provide you with different mode of Gsuite Documents 」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Share Link Converter拡張機能のCRXファイルをダウンロード

Share Link Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An Chrome Extension which would provides different modes of  share links which would help in generate the links without needs to toggling the links.                    

拡張機能の基本情報

名前  Share Link Converter Share Link Converter
ID oinnieanhcjoicjcgkklacmbglhiklbo
公式URL https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo
説明 Provide you with different mode of Gsuite Documents
ファイルサイズ 1.16 MB
インストール数 63
現在のバージョン 0.011
最終更新日 2020-02-11
公開日 2020-02-09
評価 5.00/5 合計 1 レビュー
開発者 http://ejlalkh.com
支払い方法 free
ヘルプページのURL https://rebrand.ly/feedbackofslcextension
プライバシーポリシーページのURL http://ejlalkh.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Share Link Converter",
    "version": "0.011",
    "description": "Provide you with different mode of Gsuite Documents ",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "options_page": "slc.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "slc.html",
        "default_title": "SLC"
    },
    "icons": {
        "16": "images\/slc-icon-collection-16.png",
        "32": "images\/slc-icon-collection-32.png",
        "48": "images\/slc-icon-collection-48.png",
        "128": "images\/slc128.png"
    },
    "manifest_version": 2
}