SVG Fetcher
Fetch all the SVG from the web
SVG Fetcherとは何ですか?
SVG Fetcherはhttps://giroux-kevin.frによって開発されたChromeの拡張機能で、その主な機能は「Fetch all the SVG from the web」です。
拡張機能のスクリーンショット
SVG Fetcher拡張機能のCRXファイルをダウンロード
SVG Fetcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done. 拡張機能の基本情報
| 名前 | |
| ID | kckjhgncjgdbiaadckjcnhbonfihmcic |
| 公式URL | https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic |
| 説明 | Fetch all the SVG from the web |
| ファイルサイズ | 13.13 KB |
| インストール数 | 569 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-06-11 |
| 公開日 | 2018-06-11 |
| 評価 | 1.33/5 合計 3 レビュー |
| 開発者 | https://giroux-kevin.fr |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SVG Fetcher",
"description": "Fetch all the SVG from the web",
"version": "1.1",
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Show links"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"*:\/\/*\/*"
],
"icons": {
"32": "icon32.png",
"128": "icon128.png"
}
} | |