GDN Preview Generator
Preview your GDN ad in any website.
GDN Preview Generatorとは何ですか?
GDN Preview Generatorはhttps://gdnpreviewgenerator.comによって開発されたChromeの拡張機能で、その主な機能は「Preview your GDN ad in any website.」です。
拡張機能のスクリーンショット
GDN Preview Generator拡張機能のCRXファイルをダウンロード
GDN Preview Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A complementary tool to GDN Preview Generator website.
拡張機能の基本情報
名前 | GDN Preview Generator |
ID | bgiimmgkfddidopbkijcahdjbagojkfd |
公式URL | https://chromewebstore.google.com/detail/gdn-preview-generator/bgiimmgkfddidopbkijcahdjbagojkfd |
説明 | Preview your GDN ad in any website. |
ファイルサイズ | 11.65 KB |
インストール数 | 425 |
現在のバージョン | 1.2 |
最終更新日 | 2020-10-22 |
公開日 | 2020-10-20 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | https://gdnpreviewgenerator.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GDN Preview Generator", "version": "1.2", "description": "Preview your GDN ad in any website.", "author": "4 Thirteen Group", "manifest_version": 2, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/gdnpreviewgenerator-favicon.png" }, "icons": { "128": "images\/gdnpreviewgenerator-favicon.png" } } |