Anything

get reminded of anything on every new tab

Anythingคืออะไร?

Anything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabolobl และคุณลักษณะหลักของมันคือ "get reminded of anything on every new tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anything

ดาวน์โหลดไฟล์ส่วนขยาย Anything ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Attaining a perfect balance between simplicity and customization,
Anything becomes anything you want it to be.

Choose any emoji and text you want and on every new tab, you'll see the reminder, the note-to-self, the inspiration, or the anything that you set.

What will you use it for?                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anything Anything
ID blgigoijbkappfcgilbmnkhhbdhpapnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj
คำอธิบาย get reminded of anything on every new tab
ขนาดไฟล์ 286 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2021-01-31
ผู้พัฒนา gabolobl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gabriellobl.com/
URL หน้านโยบายความเป็นส่วนตัว https://gabriellobl.github.io/visualize-life
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anything",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "get reminded of anything on every new tab",
    "icons": {
        "16": "anything-16.png",
        "48": "anything-48.png",
        "128": "anything-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "anything-16.png",
            "48": "anything-48.png",
            "128": "anything-128.png"
        },
        "default_title": "Anything"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}