Archillect Tab
Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.
Archillect Tab क्या है?
Archillect Tab jubag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Archillect Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Archillect discovers and shares stimulating visual content. This light-weight extension is made to inspire you while you browse. The New Tab page is clean and reactive, and the image or animated GIF updates once every 30 minutes. If you want to learn more about Archillect, click the logo in the top-left (of New Tab page). This will take you to her Twitter page, where you can find image attribution, or click the link to the project website. You will need a license key to be able to use the extension (get one by clicking the website under 'Additional Information').
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lefgpjcahelbhhodfcgbiihdlcajlmma |
आधिकारिक URL | https://chromewebstore.google.com/detail/archillect-tab/lefgpjcahelbhhodfcgbiihdlcajlmma |
विवरण | Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak. |
फ़ाइल का आकार | 12.14 KB |
स्थापना संख्या | 141 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2023-03-11 |
प्रकाशन तिथि | 2020-07-08 |
रेटिंग | 4.67/5 कुल 9 रेटिंग्स |
डेवलपर | jubag |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://aw.jubag.dev |
सहायता पृष्ठ URL | https://twitter.com/jubag__ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Archillect Tab", "description": "Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.", "version": "2.1.0", "manifest_version": 3, "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "permissions": [ "alarms", "storage" ], "background": { "service_worker": "scripts\/bg.js", "type": "module" }, "action": { "default_popup": "pages\/popup.html", "default_title": "enter license key" }, "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "updates.json" ], "extension_ids": [ "lefgpjcahelbhhodfcgbiihdlcajlmma" ] } ] } |