google検索タブ固定 - google-search-tab-fix
google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。
Was ist google検索タブ固定 - google-search-tab-fix?
google検索タブ固定 - google-search-tab-fix ist eine Chrome-Erweiterung, die von hogashi entwickelt wurde, und ihr Hauptmerkmal ist "google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。".
Erweiterungsscreenshots
google検索タブ固定 - google-search-tab-fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie google検索タブ固定 - google-search-tab-fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bpedbpbeodmgnjdiibfabkimlfkgfdff | 
| Offizielle 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 | 
| Beschreibung | google検索時のタブ(画像、動画、……)の並びを固定します。順序と、いくつ表示するか(それ以外は「もっと見る」に入ります)、を決められます。 | 
| Dateigröße | 9.46 KB | 
| Installationsanzahl | 26 | 
| Aktuelle Version | 0.91 | 
| Letztes Update | 2019-03-03 | 
| Veröffentlichungsdatum | 2019-03-03 | 
| Entwickler | hogashi | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md | 
| Unterstützte Sprachen | 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"
    ]
}  |  |