Own cursor

Own cursor Colorful cursors make your browser Colorful

Own cursorคืออะไร?

Own cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://owncursor.com และคุณลักษณะหลักของมันคือ "Own cursor Colorful cursors make your browser Colorful"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Incredible custom cursors for the Chrome ™ browser. Color your browser using a large collection of free cursors or download your own. You can upload any photo sizes that do not exceed 128x128 pixels.

Decorate your Chrome browser to your taste with free mouse cursors.

You can easily create your own collection, cursors from any images and icons.

Note for download:
- Use images (optimally 16x16, 32x32 pixels, no more than 128x128);
- Advises images on a transparent background in .png format.

If you want to use a previously opened page, this extension just refreshes the page.

Chrome store rules do not permit work extension in own page and home page, so don't worry if the extension does not work here.
You can open any other site and check how this extension works.
Use cursors from over 50 collections, categorized for every taste:
- Dessert;
- Autumn;
- Christmas;
- Halloween;
- Winter;
- School;
- Arrows
- Characters
- Bubbles Circle
- Emoticons
- Food, drink
- Professions
- Kinds of sports
- And many other fun cursors.

A couple of cursor collections are shipped by default with an extension Own Cursor,
I want to remind you that a large number of cursors are waiting for you on our website. Visit our site more often, because every day we add new, interesting and relevant cursors.
If you still haven't found what you like, use the “Download Cursor” button and upload your own cursor.
Easily adjust the cursor size in the Settings section.

Create your own collection of cute cursors and manage your collection on the Download page.
Thus, you can create your own cursor collection and manage them in the "Downloads" section.

To make it easier to navigate the cursors, we divided them into vibrant collections. Each of them has its own theme. For example, you can quickly find the cursor in shared collections:
- Starting;
- Colors;
- Holidays;
- Animals;
- Lifestyle;
- Sports;
- Food;
- Work;
- and much, much more on our site.

Your newly added collections will be loaded into the extension and can be found at the bottom of the list of extension collections. If you upload your own cursors, they will appear in the extensions window in the My Collections section.

Also, you can immediately see how it will look by clicking on it in the extension window and slightly moving the mouse to the side into the empty space of the extension window.                    

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

ชื่อ Own cursor Own cursor
ID nklkajneocelenfmhgolmocifpggoghm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/own-cursor/nklkajneocelenfmhgolmocifpggoghm
คำอธิบาย Own cursor Colorful cursors make your browser Colorful
ขนาดไฟล์ 2.88 MB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2019-11-20
วันที่เผยแพร่ 2019-11-15
คะแนน 3.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา http://owncursor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,fr,tr,es,es-419,ru,uk
manifest.json
{
    "manifest_version": 2,
    "name": "Own cursor",
    "options_page": "nastroyka.html",
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "version_name": "1.7",
    "icons": {
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "96": "icons\/icon96.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/listofcollection.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/owncursor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "Own cursor Colorful cursors make your browser Colorful"
}