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
}