google検索タブ固定 - google-search-tab-fix
google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。
Qu'est-ce que google検索タブ固定 - google-search-tab-fix ?
google検索タブ固定 - google-search-tab-fix est une extension Chrome développée par hogashi, et sa fonction principale est "google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension google検索タブ固定 - google-search-tab-fix
Téléchargez les fichiers d'extension google検索タブ固定 - google-search-tab-fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。
Informations de Base sur l'Extension
Nom | google検索タブ固定 - google-search-tab-fix |
ID | bpedbpbeodmgnjdiibfabkimlfkgfdff |
URL Officiel | 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 |
Description | google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。 |
Taille du Fichier | 9.46 KB |
Nombre d'Installations | 26 |
Version Actuelle | 0.91 |
Dernière Mise à Jour | 2019-03-03 |
Date de Publication | 2019-03-03 |
Développeur | hogashi |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md |
Langues Prises en Charge | 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" ] } |