Googley Styles for Rizzoma

Change the Rizzoma interface to look like Gmail and other Google apps (a.k.a. Kennedy design).

Googley Styles for Rizzomaคืออะไร?

Googley Styles for Rizzoma เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zachary Yaro และคุณลักษณะหลักของมันคือ "Change the Rizzoma interface to look like Gmail and other Google apps (a.k.a. Kennedy design)."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Googley Styles for Rizzoma

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

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

                        What would Rizzoma look like as a Google app?  Download this Chrome extension to find out.  This extension changes the entire Rizzoma interface to look more like Google apps, such as Gmail.  The result is a bit cleaner and more familiar.

This extension is compatible with Rizzoma Rearranger, but may conflict with Rizzoma Redecorator.

Read more at https://rizzoma.com/topic/336006483495185c3e2de4c9c05aaea4

Changelog:
1.7
• Added [/] keyboard shortcut to focus the search box
1.6
• Adds support for waves opened from Google Drive (rizzoma.com/drive/...)
1.5
• Fixes new wave/wizard split button
• Fixes “Pro” labels on left side tabs
• Fixes Chrome adding outlines to buttons
• Fixes the Googley toolbar styles that disappeared
• Styles unstyled text fields including...
    - the subject text box in the new wave wizard
    - the embedding code box
• Styles the new topic button in the new wave wizard
    - I elected to change it to red from its default green to match create/compose buttons in most Google apps.
• Improves styling for green unread buttons
• Removes script for enabling Rizzoma UI version 1 now that separate view and edit modes are enabled by default
1.4
• Fixes toolbars covering blips in Rizzoma build 10660
• Temporarily disables compact density blip styles
• Makes most button icons darken on hover (as they do in Google apps)
• Removes text shadow on buttons
• Desaturates the gear icon on the wave toolbar
• Desaturates inactive icons in left side and text/mind map tabs
• Makes active tab icons red
• Moves the “Write a reply...” box down to where the new blip will appear if the box is clicked
1.3
• Styles Followed/Unfollowed/All menu in search box (based on Google Drive filters' styling)
1.2
• Styles search boxes and search buttons
• Styles search status message
• Fixes positioning of the green unread indicators
• Styles the active states of green “Next unread” buttons
• Styles the top-right profile picture, drop-down arrow, and e-mail menu
• Improves padding in and spacing around blips
• Fixes rounded corners around root threads
• Fixes root-level floating toolbars moving outside the wave panel
• Fixes border radius on buttons
• Left-aligns the avatar in the “Write a reply...” box
• Enables Rizzoma “Next” UI (separate view and edit modes) upon installation
  - This is because the extension is not designed for and causes problems in the default interface.
  - You will need to refresh Rizzoma to see this change.
1.1
• Changes thread styles to resemble Google Now/Google+ cards
• Styles the reader/commenter/editor menus (where not styled in v0.9.1)
• Fixes items in the root blip's gear menu being styled like normal toolbar buttons instead of menu items
• Fixes the blue background at the bottom of the root thread
1.0
• Adds styles for the wave panel
• Adds styles for the Store
• Fixes search header sometimes not being styled
0.9.1
• Fixes the role (viewer/commenter/editor) chooser styling
0.9
• Initial release, which covers pretty much everything outside of the wave panel.                    

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

ชื่อ Googley Styles for Rizzoma Googley Styles for Rizzoma
ID kmfhjofhgohogoindflnbpgddpcpoedm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/googley-styles-for-rizzom/kmfhjofhgohogoindflnbpgddpcpoedm
คำอธิบาย Change the Rizzoma interface to look like Gmail and other Google apps (a.k.a. Kennedy design).
ขนาดไฟล์ 17.67 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2019-05-10
วันที่เผยแพร่ 2019-05-10
ผู้พัฒนา Zachary Yaro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rizzoma.com/topic/336006483495185c3e2de4c9c05aaea4
URL หน้าช่วยเหลือ https://rizzoma.com/topic/336006483495185c3e2de4c9c05aaea4
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Googley Styles for Rizzoma",
    "version": "1.7.1",
    "description": "Change the Rizzoma interface to look like Gmail and other Google apps (a.k.a. Kennedy design).",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "*:\/\/rizzoma.com\/drive\/*",
        "*:\/\/rizzoma.com\/topic\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rizzoma.com\/drive\/*",
                "*:\/\/rizzoma.com\/topic\/*"
            ],
            "css": [
                "styles\/buttons.css",
                "styles\/panels.css",
                "styles\/popups.css",
                "styles\/toolbars.css",
                "styles\/wave.css"
            ],
            "js": [
                "scripts\/labels.js"
            ]
        }
    ]
}