google検索タブ固定 - google-search-tab-fix
google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。
Wat is google検索タブ固定 - google-search-tab-fix?
google検索タブ固定 - google-search-tab-fix is een Chrome-extensie ontwikkeld door hogashi, en de belangrijkste functie is "google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。".
Extensie Screenshots
Download het CRX-bestand van de extensie google検索タブ固定 - google-search-tab-fix
Download google検索タブ固定 - google-search-tab-fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。
Basisinformatie over de Extensie
Naam | google検索タブ固定 - google-search-tab-fix |
ID | bpedbpbeodmgnjdiibfabkimlfkgfdff |
Officiële URL | https://chromewebstore.google.com/detail/google%E6%A4%9C%E7%B4%A2%E3%82%BF%E3%83%96%E5%9B%BA%E5%AE%9A-google-searc/bpedbpbeodmgnjdiibfabkimlfkgfdff |
Beschrijving | google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。 |
Bestandsgrootte | 9.46 KB |
Aantal Installaties | 26 |
Huidige Versie | 0.91 |
Laatst Bijgewerkt | 2019-03-03 |
Publicatiedatum | 2019-03-03 |
Ontwikkelaar | hogashi |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "google\u691c\u7d22\u30bf\u30d6\u56fa\u5b9a - google-search-tab-fix", "version": "0.91", "description": "google\u691c\u7d22\u6642\u306e\u30bf\u30d6(\u753b\u50cf\u3001\u52d5\u753b\u3001\u2026\u2026)\u306e\u4e26\u3073\u3092\u56fa\u5b9a\u3057\u307e\u3059\u3002\u9806\u5e8f\u3068\u3001\u3044\u304f\u3064\u8868\u793a\u3059\u308b\u304b(\u305d\u308c\u4ee5\u5916\u306f\u300c\u3082\u3063\u3068\u898b\u308b\u300d\u306b\u5165\u308a\u307e\u3059)\u3001\u3092\u6c7a\u3081\u3089\u308c\u307e\u3059\u3002", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "author": "hogashi", "content_scripts": [ { "matches": [ "https:\/\/www.google.co.jp\/search*", "https:\/\/www.google.com\/search*" ], "js": [ "js\/common.js", "js\/google-search-tab-fix.js" ] } ], "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage" ] } |