QuickLinkConvert
Stores links in very accessible manner!
QuickLinkConvertとは何ですか?
QuickLinkConvertはhttps://quicklinkconvert.comによって開発されたChromeの拡張機能で、その主な機能は「Stores links in very accessible manner!」です。
拡張機能のスクリーンショット
QuickLinkConvert拡張機能のCRXファイルをダウンロード
QuickLinkConvert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
QuickLinkConvert allows users to store links in very accessible manner in a Google Sheet 拡張機能の基本情報
| 名前 | |
| ID | bpcoheoeakioobjanfgleeahdpgkppci |
| 公式URL | https://chromewebstore.google.com/detail/quicklinkconvert/bpcoheoeakioobjanfgleeahdpgkppci |
| 説明 | Stores links in very accessible manner! |
| ファイルサイズ | 388 KB |
| インストール数 | 286 |
| 現在のバージョン | 1.5.1 |
| 最終更新日 | 2022-09-30 |
| 公開日 | 2019-02-11 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://quicklinkconvert.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.quicklinkconvert.com |
| ヘルプページのURL | https://www.quicklinkconvert.com |
| プライバシーポリシーページのURL | https://www.groupconvert.com/privacy24428578 |
| 対応言語 | en-US |
| manifest.json | |
{
"background": {
"scripts": [
"lib\/jquery-3.1.0.min.js",
"background.js",
"utility.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html",
"default_title": "Quick Link Convert"
},
"description": "Stores links in very accessible manner!",
"icons": {
"128": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAktdaapbryhpIxg08MOxXCPSySXG\/V1lzT7CIt906HOftAutfCNr0lat6D2YkPuJu7StaZ1Za0CLaGBR\/jRzbNg0ToYo80fFXGinVrcOr3tpDf1KVqt6tv4kjG3U\/EGXZYegJPhyYJj68J8CebFt+FLufkR3uENI+CLiNjJOqTIsXhEvH0w0utJ8F+\/3G+AB7O\/ml4SU+r4dvq+ue6IVdpu0CHYL7lBJZ2cYr8v18zJcU9v5isjmqVzmvHge3Q9OCmplpO7IDRCxVhpjfK5YI5SaSi5Mq9mVnkDYpA4MoA3RIMBcczgsYH0yq+GtN8hrlA+poYkEJzglgAhTyzwNnhQIDAQAB",
"manifest_version": 2,
"name": "QuickLinkConvert",
"oauth2": {
"client_id": "368720304625-3hi3dmh987hd6m1oveaok1sekav654bi.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/spreadsheets"
]
},
"permissions": [
"storage",
"identity"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.5.1",
"web_accessible_resources": [
"*.png"
]
} | |