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 ”。
擴展截圖
下載 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.
擴展基本資訊
名稱 | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
官方網址 | 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 } |